IHipFileSystemInteraction

Undocumented in source.

Members

Functions

cachedStringz
const(char*) cachedStringz(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
cachedWStringz
const(wchar*) cachedWStringz(wstring path)
Undocumented in source. Be warned that the author may not have intended to support it.
exists
bool exists(string path)
Undocumented in source.
isDir
bool isDir(string path)
Undocumented in source.
isFile
bool isFile(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
read
bool read(string path, void delegate(ubyte[] data) onSuccess, void delegate(string err = "Corrupted File") onError)

onSuccess: Maybe be executed before the function returns (on sync platforms).

remove
bool remove(string path)
Undocumented in source.
write
bool write(string path, void[] data)
Undocumented in source.

Meta